home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl040 / study21j.lzh / STUDIES.DOC < prev    next >
Text File  |  1993-01-01  |  8KB  |  169 lines

  1.  
  2.          ╒═══════════════════════════════════════════════════════════╕
  3.          │                 Bible Studies Version 2.0                 │
  4.          │ ▌ ▄ ▄ ▄ ▐         Kingdom  Enterprises          ▌ ▄ ▄ ▄ ▐ │
  5.          │ █████████   Copyright 1993 All Rights Reserved  █████████ │
  6.          ╘═══════════════════════════════════════════════════════════╛
  7.  
  8.        THIS PROGRAM IS  PROVIDED  AS  IS WITHOUT ANY WARRANTY, EXPRESSED
  9.        OR IMPLIED, INCLUDING BUT NOT LIMITED TO FITNESS FOR A PARTICULAR
  10.        PURPOSE.  THE AUTHOR ACCEPTS  NO RESPONSIBILTIY FOR ANY DAMAGE TO
  11.        EQUIPMENT OR OTHER SOFTWARE THAT OCCURS AS A RESULT OF USING THIS
  12.        PROGRAM.
  13.  
  14.  
  15. BibleStudies is NOT public domain software.  This program was written for
  16. and given to God.  This program is free to registered users of the OmegaComm
  17. BBS system.  If you are not running OmegaComm and plan to use it, then a
  18. suggested tax deductible donation of $15.00 or more should be made
  19. to either your local church or:
  20.  
  21.                        Christian Appalachian Project
  22.                           322 Crab Orchard Road
  23.                        Lancaster, Kentucky 40446-0001
  24.  
  25. The Christian Appalachian Project has had nothing to do with the development
  26. or dissemination of this program.  Those who chose to use this program in
  27. contradiction to the above restrictions and/or provisions will have to deal
  28. with the Living God on His terms.
  29.  
  30. WHAT'S NEW:  Version 2.0 has refined async i/o routines.  It still has
  31. its own built in async i/o, but will use as fossil driver if present.
  32. It will handle 300-38400 baud including 4800, 7200, 14400, and 16800.
  33. The ansi handling routines have also been updated.
  34.  
  35. ****************************************************************************
  36.                               INPUT - OUTPUT
  37. ****************************************************************************
  38.  
  39. This program can be used 'as is' or as a BBS door program.  It will read
  40. the Door.Sys* file if available and if not available it will look for a
  41. Dorinfo.Def, Dorinfo1.Def, or Dorinfo2.Def file (RBBS & QuickBBS compatible)
  42. file for user data.  This program is fully compatible with OmegaComm BBS.
  43. It has its own built in async i/o so no doors handler will be needed.
  44.  
  45. Simply execute the program. Reference the sample bat file:  STUDIES.BAT.
  46.  
  47. The program with its built in async i/o will handle communication ports
  48. 1 and 2, and 300 - 19200 baud.  Since it saves the vectors upon entrance
  49. and restores them upon exit, it should not intefere with your fossil driver
  50. or your bbs's built in async i/o.  I have tested it with both OmegaComm
  51. BBS with internal async i/o and with fossil i/o and no problems occurred.
  52. This version has a new async input/output system that is fossil aware.
  53. If a fossil is detected, it uses the fossil driver.  If no fossil is
  54. resident, then it uses its own internal driver.  The baud rate is not
  55. reset anymore either.  This way, the driver(s) will work perfectly with
  56. locked port.
  57.  
  58. I am not sure who wrote all of these studies.  Some I wrote, some came
  59. from Don Millsap, and some from Lee James.  Whoever, wrote the rest ...
  60. thanks and may God bless you!
  61.  
  62. ****************************************************************************
  63.                           FILE STRUCTURES
  64. ****************************************************************************
  65.  
  66. [ STUDIES.CNF ]
  67.  
  68. 90                             < NUMBER OF BIBLE STUDIES >
  69. 2                              ( NUMBER OF MENUS         >
  70. C:\TEST\                       < LOCATION OF STUDIES     >
  71. ABIDING.TXT                    < NAMES OF THE STUDIES    >
  72. ABRAHAM.TXT
  73. ANGELS.TXT
  74. APOSTATE.TXT
  75. ARMOR.TXT                      The studies must be in order as listed
  76. AROSE1.TXT                     in the menus.
  77. AROSE2.TXT
  78. BLIND.TXT                      Make sure that there is a '\' at the
  79. CAINWIFE.TXT                   end of the location listed above.
  80. CONTEXT.TXT
  81. CONTRA.TXT
  82.  
  83. **************************************************************************
  84.                                 MENUS
  85. **************************************************************************
  86.  
  87. Use any decent Ansi/ASCII screen maker like TheDraw or AnsiDraw to make
  88. the Menu(x).Ans , Menu(x).Asc, and Filetran.Scr files.
  89.  
  90.  
  91. **************************************************************************
  92.                       FILE TRANSFER PROTOCOLS
  93. **************************************************************************
  94.  
  95. ┌────────╥─────────────────╥────────╥─────────────────╖
  96. │  CODE  ║    PROTOCOL     ║  CODE  ║    PROTOCOL     ║
  97. ├────────╫─────────────────╫────────╫─────────────────╟
  98. │   G    ║    YMODEM-G     ║    X   ║    XMODEM CRC   ║
  99. │   K    ║    XMODEM 1K    ║    Y   ║    YMODEM       ║
  100. │   Q    ║    QMODEM-G     ║    Z   ║    ZMODEM       ║
  101. ├────────╨─────────────────╨────────╨─────────────────╢
  102. │  Select the CODE that indicates your choice ....... ║
  103. └─────────────────────────────────────────────────────╜
  104.  
  105. These are the only ones available at this time.  They require
  106. of the use of DSZ.COM from Omen Technology.
  107.  
  108.  
  109. **************************************************************************
  110.        COMMAND LINE PARAMETERS WITH NO DOOR.SYS OR DORINFO.DEF FILE
  111. **************************************************************************
  112.  
  113.   STUDIES %1 %2 %3 %4 %5 %6
  114.  
  115.   %1 =  < FIRST NAME OF CALLER >
  116.   %2 =  < LAST NAME OF CALLER >
  117.   %3 =  < COMPORT [0 = LOCAL, 1 OR 2] >
  118.   %4 =  < BAUD RATE - 300,1200,2400,9600>
  119.   %5 =  < TIME LEFT IN MINUTES>
  120.   %6 =  < GRAPHICS - EITHER G (COLOR) OR M (MONO)>
  121.  
  122.  
  123. **************************************************************************
  124.                         DOOR.SYS FILE STRUCTURE
  125. **************************************************************************
  126.  
  127.   SYSOP              < NAME OF CALLER - FIRST AND LAST NAME>
  128.   0                  < COMPORT [0 = LOCAL, 1 OR 2] >
  129.   2400               < BAUD RATE - 300,1200,2400,9600>
  130.   120                < TIME LEFT - IN MINUTES >
  131.   G                  < GRAPHICS - EITHER G (COLOR) OR M (MONO)>
  132.   S                  < ALWAYS A 'S' >
  133.  
  134.   FOR FURTHER INFORMATION SEE THE DOORWAY DOCUMENTATION AND OMEGA.DOC.
  135.  
  136.   THIS FILE IS CREATED EACH TIME AN EXTERNAL PROGRAM IS RUN.
  137.  
  138. **************************************************************************
  139.         DORINFO.DEF/DORINFO1.DEF/DORINFO2.DEF FILE STRUCTURE
  140. **************************************************************************
  141.  
  142. JACOBS LADDER         < BBS NAME >
  143. LARRY                 < SYSOP FIRST NAME >
  144. LOISELLE              < SYSOP LAST NAME >
  145. COM0                  < COM PORT - 0 = LOCAL >
  146. 2400 BAUD,N,8,1       < BAUD RATE ETC >
  147. 0                     < UNKNOWN - NEEDS TO BE 0 >
  148. LARRY                 < CALLER FIRST NAME >
  149. LOISELLE              < CALLER LAST NAME >
  150. MANOR, TEXAS          < CALLER CITY, STATE >
  151. 3                     < SCREEN TYPE - 1 = MONO, 2 = ANSI GRAPHICS, 3 = COLOR >
  152. 9                     < ACCESS LEVEL >
  153. 120                   < TIME LEFT >
  154. -1                    < UNKNOWN - MUST BE -1 >
  155.  
  156. ****************************************************************************
  157.                             SAMPLE BAT FILES
  158. ****************************************************************************
  159.  
  160. Two '.bat'  files are provided for example.  CMDLINE.BAT is an example of
  161. how to use STUDIES.EXE without the Door.Sys or Dorinfo.Def files. STUDIES.BAT
  162. is an example of how to use STUDIES.EXE with either the Door.Sys or
  163. Dorinfo.Def files
  164.  
  165. ****************************************************************************
  166.  
  167. Larry Loiselle
  168. January 1, 1993
  169.